home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-23 | 593 b | 21 lines |
- INSTALL_DIR=/usr/skunk
-
- BINDIR = $(INSTALL_DIR)/bin
- LIBDIR = $(INSTALL_DIR)/lib
- INCDIR = $(INSTALL_DIR)/include/$(PROGRAM)
- XAPPLOADDIR = $(INSTALL_DIR)/lib/X11/app-defaults
- CONFIGDIR = /usr/lib/X11/config
- MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier
- MANDIR = $(INSTALL_DIR)/man/man1
- MANSUFFIX = 1
-
-
- DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
- LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
- SRCS = xmessage.c makeform.c readfile.c
- OBJS = xmessage.o makeform.o readfile.o
-
- ComplexProgramTarget(xmessage)
- InstallAppDefaults(Xmessage)
-
-